Skip to content

Week 1 Feb 04

Sprint 1

Due: Sun 10/2/19, 11PM on UTSOnline (see FAQ on how to submit your reflections)

Files: All files that you may need for submission are available here (redirects to MS Teams)

  • Complete personal reflection for each SLO;
  • Complete group reflection (best to do that after Friday group meeting);
  • Submissions must contain:

    • Introduction

      • A photo and statement of motivation to take the studio subject and objectives in taking the subject
    • Learning Contract

      • What do you intend to achieve through the project, including learning goals and tasks to be completed.
      • What will be your contribution to the group effort? What will you learn in that process? What will you produce?
      • You may revise this in subsequent submissions.
  • Live static site OR some evidence of set up in progress e.g. git repo, research on static site generators; and

  • Artefacts: presentations slides, content etc.

Security News 📰

Security Videos 📼

Static site 🌐

The studio wants to encourage students to create a working static site to host your weekly reflections, submissions, and to ultimately post your portfolio which is due in week 4.

Intro ➡

  • Dynamic sites require the use of server side scripting that increases the possibilities of vulnerabilities and attacks. Whilst dynamic sites are required for many web applications, static sites are gaining popularity for their simplicity and for their increased security
  • Static sites are presented using plain HTML with no server side scripting required. This usually requires the use of a static site generator that is able to take input files written in markup (e.g. Markdown)

Resources 📗